home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / incl98.zoo / sys / time.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  124 b   |  8 lines

  1. /* sys/time.h for bsd compatibility */
  2. #ifndef _SYS_TIME_H
  3. #define _SYS_TIME_H
  4.  
  5. #include <time.h>
  6.  
  7. #endif /* _SYS_TIME_H */
  8.